home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / time / Makefile < prev    next >
Makefile  |  1992-06-08  |  1KB  |  43 lines

  1. #
  2. # Prototype makefile for libraries with multiple source directories
  3. #
  4. # This Makefile is automatically generated.
  5. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  6. #
  7. # Generated from /sprite/lib/mkmf/Makefile.biglib
  8. # Mon Jun  8 14:37:48 PDT 1992
  9. #
  10. # For more information, refer to the mkmf manual page.
  11. #
  12. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.16 91/04/11 12:55:34 kupfer Exp $ SPRITE (Berkeley)
  13. #
  14. # Allow mkmf
  15.  
  16. ALLSRCS        = Time_Add.c Time_Divide.c Time_GetTime.c Time_Multiply.c Time_Normalize.c Time_Subtract.c Time_ToAscii.c Time_ToParts.c ctime.c mktime.c time.c timeConstants.c times.c timezone.c
  17. LINTSRCS    = 
  18. MACHINES    = ds3100 sun3 sun4 symm
  19. MAKEFILE    = Makefile
  20. MANPAGES    = Time_Add.man Time_GetTime.man Time_ToAscii.man ctime.man time.man times.man
  21. NAME        = c
  22. PUBHDRS        = 
  23. SUBDIR        = time
  24. #include    <settm.mk>
  25. TYPE        = sprite
  26. DISTDIR         ?= /dist/sprite/src/lib/c/time
  27.  
  28. SYSMAKEFILE    = biglib.mk
  29.  
  30. #if exists($(TM).md/md.mk)
  31. #include    "$(TM).md/md.mk"
  32. #endif
  33.  
  34. #if exists(local.mk)
  35. #include     "local.mk"
  36. #else
  37. #include    <$(SYSMAKEFILE)>
  38. #endif
  39.  
  40. #if exists($(DEPFILE))
  41. #include    "$(DEPFILE)"
  42. #endif
  43.